IReadOnlyMultiMap<TKey,TValue>.Items[TKey] Property

Represents property Items[TKey].

Namespace: Spring.Collections
public
 property Items[const key: TKey]: IReadOnlyList<TValue> read GetItems; default;

Parameters

key
Type: TKey

Property Value

Type: IReadOnlyList<TValue>